functional programming - définition. Qu'est-ce que functional programming
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est functional programming - définition


Functional programming         
PROGRAMMING PARADIGM
Functional programming language; Functional language; Functional program; Functional (programming); Functional languages; Functional programming languages; Functional Programming; Functionalprogramming; Functional computing language; Enigmatic programming; Functional Language; Functional paradigm; Comparison of imperative programming and functional programming; History of functional programming; Type systems in functional programming languages
In computer science, functional programming is a programming paradigm where programs are constructed by applying and composing functions. It is a declarative programming paradigm in which function definitions are trees of expressions that map values to other values, rather than a sequence of imperative statements which update the running state of the program.
functional programming         
PROGRAMMING PARADIGM
Functional programming language; Functional language; Functional program; Functional (programming); Functional languages; Functional programming languages; Functional Programming; Functionalprogramming; Functional computing language; Enigmatic programming; Functional Language; Functional paradigm; Comparison of imperative programming and functional programming; History of functional programming; Type systems in functional programming languages
<programming> (FP) A program in a functional language consists of a set of (possibly recursive) function definitions and an expression whose value is output as the program's result. Functional languages are one kind of declarative language. They are mostly based on the typed lambda-calculus with constants. There are no side-effects to expression evaluation so an expression, e.g. a function applied to certain arguments, will always evaluate to the same value (if its evaluation terminates). Furthermore, an expression can always be replaced by its value without changing the overall result (referential transparency). The order of evaluation of subexpressions is determined by the language's evaluation strategy. In a strict (call-by-value) language this will specify that arguments are evaluated before applying a function whereas in a non-strict (call-by-name) language arguments are passed unevaluated. Programs written in a functional language are generally compact and elegant, but have tended, until recently, to run slowly and require a lot of memory. Examples of purely functional languages are Clean, FP, Haskell, Hope, Joy, LML, Miranda, and SML. Many other languages such as Lisp have a subset which is purely functional but also contain non-functional constructs. See also lazy evaluation, reduction. {Lecture notes (ftp://ftp.cs.olemiss.edu/pub/tech-reports/umcis-1995-01.ps)}. or the same {in dvi-format (ftp://ftp.cs.olemiss.edu/pub/tech-reports/umcis-1995-01.dvi)}. {FAQ (http://cs.nott.ac.uk/Department/Staff/gmh/faq.html)}. {SEL-HPC Article Archive (http://lpac.ac.uk/SEL-HPC/Articles/)}. (2003-03-25)
functional programming language         
PROGRAMMING PARADIGM
Functional programming language; Functional language; Functional program; Functional (programming); Functional languages; Functional programming languages; Functional Programming; Functionalprogramming; Functional computing language; Enigmatic programming; Functional Language; Functional paradigm; Comparison of imperative programming and functional programming; History of functional programming; Type systems in functional programming languages
<language> A language that supports and encourages {functional programming}. (1995-11-08)